Calling a function from an expression
Calling a function from an expression is quite different from calling it than an action.
The arguments and function name are passed on at the same time and the result is returned immediately.
All statements should be added together.
1. First, should the result be outputted as an integer, float or string?
If it should be a value (integer or float) you choose the arguments from the "Return Value" menu.
If it should be a string you choose the arguments from the "Return String" menu.
I'm choosing float as type
2. Begin with resetting the argument list
3. Add your arguments
4. Call the function
Example:
Reset( "DLL Object" ) + AddFloat( "DLL Object", 2.5) + ReturnFloat( "DLL Object", "Test")
Takes 1 float parameter and returns a float